home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT10.Dxr / 00054.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  212 b   |  12 lines

  1. on exitFrame
  2.   global selected, round, uscore, point
  3.   if selected = 1 then
  4.     set point to 0
  5.   else
  6.     set the visible of sprite (15 + round) to 1
  7.     updateStage()
  8.     set point to 1
  9.   end if
  10.   play done
  11. end
  12.